sync.entry.p (field)
20 uses
sync (current package)
map.go#L104: p atomic.Pointer[any]
map.go#L109: e.p.Store(&i)
map.go#L149: p := e.p.Load()
map.go#L189: p := e.p.Load()
map.go#L199: if e.p.CompareAndSwap(p, &nc) {
map.go#L202: p = e.p.Load()
map.go#L214: return e.p.CompareAndSwap(expunged, nil)
map.go#L221: return e.p.Swap(i)
map.go#L268: p := e.p.Load()
map.go#L281: if e.p.CompareAndSwap(nil, &ic) {
map.go#L284: p = e.p.Load()
map.go#L326: p := e.p.Load()
map.go#L330: if e.p.CompareAndSwap(p, nil) {
map.go#L342: p := e.p.Load()
map.go#L346: if e.p.CompareAndSwap(p, i) {
map.go#L451: p := e.p.Load()
map.go#L455: if e.p.CompareAndSwap(p, nil) {
map.go#L532: p := e.p.Load()
map.go#L534: if e.p.CompareAndSwap(nil, expunged) {
map.go#L537: p = e.p.Load()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |